object PwdForm: TPwdForm Left = 61 Top = 74 BorderStyle = bsDialog Caption = 'Node Passwords' ClientHeight = 262 ClientWidth = 465 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object bOK: TButton Left = 208 Top = 228 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object bCancel: TButton Left = 288 Top = 228 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object bHelp: TButton Left = 368 Top = 228 Width = 75 Height = 25 Caption = 'Help' TabOrder = 2 OnClick = bHelpClick end object gPsw: TAdvGrid Left = 8 Top = 8 Width = 449 Height = 209 FixedFont.Charset = DEFAULT_CHARSET FixedFont.Color = clWindowText FixedFont.Height = -11 FixedFont.Name = 'MS Sans Serif' FixedFont.Style = [] ColCount = 3 DefaultRowHeight = 17 RowCount = 2 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Fixedsys' Font.Style = [] Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowMoving, goEditing, goThumbTracking, goDigitalRows] ParentFont = False PopupMenu = gPsw. TabOrder = 3 ColWidths = ( 31 267 127) end object bImportPwd: TButton Left = 12 Top = 228 Width = 75 Height = 25 Caption = 'Im&port...' TabOrder = 4 OnClick = bImportPwdClick end object bSort: TButton Left = 92 Top = 228 Width = 75 Height = 25 Caption = '&Sort' TabOrder = 5 OnClick = bSortClick end end